'' ----------------------------------------------------------------------
''
'' Command Destination File
''
'' This file sets the command destination for each and every
'' command in the 8400 command set.
''
'' Commands are sent to:
''
''    a) the connected device on the Ethernet at port 8400
''    b) the connected device on the IEEE-488 named DEV5
''    c) both
''
''
'' Destination = 1    implies  send command over ETHERNET
'' Destination = 2    implies  send command over IEEE-488
'' Destination = 3    implies  send command over BOTH -- get 2 returns
''
''
'' Commands that are not found in this list are considered "not supported"
'' and have the following attributes:
''
''       a) the are not sent anywhere
''       b) no data is expected from them, so
''             no read operation is performed
''       
''
''
'' Dan Ridenour      jANUARY 2020
'' ----------------------------------------------------------------------
''
SP0  1
SP1  1
SP2  1
SP3  1
SP5  1
SP6  1
SP7  1
SP8  1

SP9  1
''
''  SDU / FIU initialization commands
''
SD1  1
SD2  1
SD3  1
SD4  1
SD5  1

''
'' Abort / Acquire Data commands
''
AD0  1
AD1  1
AD2  1
AD3  1
AD4  1

''
'' Abort / set pressure / calibrate commands
''

'' 
'' We want "rezero" to go to Ethernet: DTC System or 8400
''
CA0  1
CA1  1
CA2  1
CA3  1
CA4  1
CA5  1

''
''  PCU setup - operation
''
''PC1  2
''PC2  2
''PC3  2
''PC4  2
''PC5  2
''
PC1  1
PC2  1
PC3  1
PC4  1
PC5  1


''
PS1  1
PS2  1
PS3  1
PS4  1
PS5  1
''
'' Output Control commands
''

OP0  1
OP1  1
OP2  1
OP3  1
OP4  1
OP5  1
OP6  1
OP7  1
OP8  1
OP9  1

''
''  Look-At commands
''
LA1  1
LA2  1
LA3  1
LA4  1

''
'' Output Data commands
''
OD0  1
OD1  1
OD2  1 
OD3  1
OD4  1
OD5  1

OD9  1

''
'' Control Pressure commands
''
CP1  1
CP2  1
CP3  1

''
'' System Control Commands
''
SC1  1
SC2  1
SC3  1
SC4  1
SC5  1

''
'' Control Valve commands
''
CV0  1
CV1  1
CV2  1

''
'' commands not found in this list
'' are not sent anywhere
'' and are flagged as no-response-expected
''


TS0  1
TS1  1

XS1  1

XC3  1